home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / stview10.zip / STARVIEW.LH < prev    next >
Text File  |  1996-04-21  |  984b  |  24 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;
  3. ;; StarView Language File V1.0.0
  4. ;;
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ;
  7. ; Implemented 15-Apr-96
  8. ;
  9. ;
  10.  
  11. #define STARVIEW_VER 1.0
  12.  
  13. =starview
  14.  
  15. stv_header=      "    StarView V" STARVIEW_VER " - Archive Text File Snooper! (!)1996 Larry Monte/StarLab!    \n";
  16. stv_getfname=    GREY "\n\nExamine which file? :" LBLUE;
  17. stv_file_hdr=    LCYAN "Number  FileName       FileSize\n────────────────────────────────────\n";
  18. stv_see_cont=    GREY "See Contents Of Which File? (Enter Number, or 0 to Exit): ";
  19. stv_see_another= GREEN "\nLook At Another File? ";
  20. stv_no_files=    YELLOW "\nArchive Contains No Identified Text Files!\n\n";
  21. stv_not_found=   RED "\n\nFile Not Found!" GREEN " Check Spelling, Or Change To The Area Containing This File.\n";
  22. stv_tag_file=    LCYAN "Do You Wish To Tag " YELLOW;
  23. stv_tag_end=     LCYAN " For DownLoad? [N/Y]: ";
  24.